From c7387593775eb914e11a4465e1b6c8f980bfc4ed Mon Sep 17 00:00:00 2001 From: Domas Mituzas Date: Sat, 12 Nov 2005 17:04:13 +0000 Subject: [PATCH] there were two queries to be fixed, ... --- includes/SpecialRecentchangeslinked.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SpecialRecentchangeslinked.php b/includes/SpecialRecentchangeslinked.php index 8c5e98930a..73eac8005e 100644 --- a/includes/SpecialRecentchangeslinked.php +++ b/includes/SpecialRecentchangeslinked.php @@ -88,7 +88,7 @@ ORDER BY rev_timestamp DESC rev_user,rev_comment,rev_user_text,rev_id,rev_timestamp,rev_minor_edit, page_is_new FROM $pagelinks, $revision, $page - WHERE rev_timestamp > '{$cutoff}' + WHERE rev_timestamp > '{$cutoff}' AND page_timestamp > '{$cutoff}' {$cmq} AND rev_page=page_id AND pl_namespace=page_namespace -- 2.20.1